home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_058 / smusplayers / recent_changes < prev    next >
Text File  |  1992-05-06  |  3KB  |  82 lines

  1. THINGS TO DO
  2. ============
  3.  
  4.   Change the FINDPORT method in main.c to an external reference, ala MAIN8.C
  5.  
  6.   Update SMUS.H to reflect recent additions to SMUS IFF spec.
  7.   Update play.c to reflect new SEvents.
  8.  
  9.   Above changes incorporated. - DJH
  10.  
  11. REV 2.0-------------------------------------------------------------------------
  12.  
  13.   ARRGGH! Can no longer rely on 1 instrument per track ala Instant Music:
  14. A 4-TRAK song could have 3 or 8 instruments! Since there's no way a 1-pass
  15. reader could know how many instruments there are, RefInstruments would have
  16. to be handled as a dynamically-allocated linked list! SET_INST cmds would
  17. have to traverse the list to execute! (fixed - DJH)
  18.  
  19.   According to the IM error requester, at least some of those IM S_Events
  20. are "pitch guides". Just a note.
  21.  
  22.   ARRGGH II! Can no longer rely on a maximum of 1 TRAK per audio channel.
  23. Fix SMUS reader to delete unplayable tracks. (fixed - DJH)
  24.  
  25.   Minor volume adjustment problem in SMUS fixed.
  26.  
  27.   SET_INST error trapping added to compensate for possible errors generated
  28. by DMCS SMUS files. See PLAY for details.
  29.  
  30.   Chords now recognized. Routine skips over non-tonic chord notes, as noted
  31. in specs for simple SMUS players. Chords may be implementable like so :
  32.     1) Play all non-tonics on any available (not ringing) channel.
  33.     2) Tonics may interrupt any previously ringing note.
  34. This gives priority to the important notes in the track. Even better :
  35.     1) Play all non-chord notes (includes tonics), which can interrupt
  36.        any previously ringing notes.
  37.     2) Play all non-tonics on any open channels.
  38.  
  39.   Of course, if no channel is available, the note gets skipped. The above
  40. schemes could possibly be extendable to more than four TRAK's, in which case
  41. method (2) would give more important notes on more tracks higher priority.
  42.  
  43.   SID_TimeSig's now recognized.
  44.   Incorrect formula for SID_Tempo's corrected.
  45.   SID_Tempo now takes into account time signatures.
  46.  
  47.   Smain.c now references Instruments/ by disk label. Other minor changes.
  48.  
  49.   Ties now implemented.
  50.  
  51. REV 2.4-------------------------------------------------------------------------
  52.  
  53.   Instrument numbers no longer assumed to match physical numbers.
  54.   Volume computations now take current instrument # into account.
  55.   MIDI instruments ignored by LoadSamples().
  56.   Attempts to play MIDI Instruments now routed any REAL instruments.
  57.   New NO_INSTRUMENTS error for files with All-MIDI instruments added.
  58.  
  59. REV 2.5-------------------------------------------------------------------------
  60.  
  61.   Short8.C attempts to resolve instruments w/undefined pitch (won't guru!)
  62.   Volumes and dynamics now correctly resolved.
  63.  
  64. REV 3.0-------------------------------------------------------------------------
  65.   Rev 3.0 and later are available as a separate enhancement ONLY!
  66.  
  67.   Chord support added. (yea!)
  68.   Conditional compilation for octave extrapolation added.
  69.   More sensible handling of undefined pitches.
  70.   max trackcount increased to MAXCLEFS; dynamic allocation proved unfeasible.
  71.  
  72.   Need to add ties for new environment.
  73.   Need to add CMD_STOP support. (done - DJH)
  74.  
  75.   Need to check on absolute pitches vs. DMCS & IM.
  76.  
  77. REV 3.5-------------------------------------------------------------------------
  78.  
  79.   Ties added for tonics. Chord ties will reattack if not stolen.
  80.   Minor 3.0 bug fixes added to Rev 2.5, creating Rev 2.7.
  81.   Minor fixes for revised 1.2 PRECOMP.PRE
  82.